



This Script By Rahul Bhai

contract Number ;- +91 79867 05880


Cronjob Setup Instructions
Use this guide to correctly configure your cronjobs for automation.


---

List of Cronjobs

1. Auto Like
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/autolike.php


2. Orders
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/orders.php


3. Auto Reply
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/autoreply.php


4. Drip Feed
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/dripfeed.php


5. Payments
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/payments.php


6. Refill
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/refill.php


7. Seller Sync
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/seller-sync.php


8. Average Calculation
Command:
wget --spider -O - https://Your_Domain/automations/cronjobs/average.php




---

How to Configure Cronjobs

1. Login to your hosting control panel (cPanel or other).


2. Go to the "Cron Jobs" section.


3. Set the following timing as per your website's traffic:

High Traffic or Active Clients: Run every 1 minute.
Example: * * * * *

Low Traffic or Inactive Clients: Run every 5 minutes or more.
Example: */5 * * * *



4. Paste the commands above one by one into the cronjob setup field.




---

Example Timing Configuration

Auto Like: Every 1 minute
* * * * * wget --spider -O - https://Your_Domain/automations/cronjobs/autolike.php

Payments: Every 5 minutes
*/5 * * * * wget --spider -O - https://Your_Domain/automations/cronjobs/payments.php



---

Tips for Best Performance

Monitor your server load to determine the ideal cronjob frequency.

For websites with heavy traffic, shorter intervals (1-2 minutes) are recommended.

Ensure all URLs are correctly pointing to your domain.

Test each cronjob individually after setting it up.
